home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
scope
/
001-025
/
scopedisk8
/
superlib
/
libsrc.arc
/
resetbreak.c
< prev
next >
Wrap
Text File
|
1987-12-22
|
88b
|
11 lines
/*
* reset the break signal
*/
resetbreak()
{
SetSignal(0,SIGBREAKF_CTRL_C);
}